Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NNurbsTo Class / NNurbsTo Constructor / NNurbsTo Constructor(NPoint,Int32,Double,Double,NNurbsControlPoint[],Double[])


In This Topic
    NNurbsTo Constructor(NPoint,Int32,Double,Double,NNurbsControlPoint[],Double[])
    In This Topic
    Initializing constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal point As NPoint, _
       ByVal degree As System.Integer, _
       ByVal firstWeight As System.Double, _
       ByVal lastWeight As System.Double, _
       ByVal controlPoints() As NNurbsControlPoint, _
       ByVal knots() As System.Double _
    )
    'Usage
     
    
    Dim point As NPoint
    Dim degree As System.Integer
    Dim firstWeight As System.Double
    Dim lastWeight As System.Double
    Dim controlPoints() As NNurbsControlPoint
    Dim knots() As System.Double
     
    Dim instance As New NNurbsTo(point, degree, firstWeight, lastWeight, controlPoints, knots)
    public NNurbsTo( 
       NPoint point,
       System.int degree,
       System.double firstWeight,
       System.double lastWeight,
       NNurbsControlPoint[] controlPoints,
       System.double[] knots
    )

    Parameters

    point
    degree
    firstWeight
    lastWeight
    controlPoints
    knots
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also